home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / text+faqs / amigafaqdeutsch / programmer / layoutmenuitems.c < prev    next >
C/C++ Source or Header  |  1996-02-26  |  357b  |  14 lines

  1. #include <clib/gadtools_protos.h>
  2. #ifdef AZTEC_C
  3. #include <pragmas/gadtools_lib.h>
  4. #endif
  5. #if defined(__SASC)  ||  defined(_DCC)  ||  defined(__MAXON__)
  6. #include <pragmas/gadtools_pragmas.h>
  7. #endif
  8.  
  9.  
  10. BOOL LayoutMenuItems(struct MenuItem *menuitem, APTR visualinfo, Tag tag, ...)
  11.  
  12. { return(LayoutMenuItemsA(menuitem, visualinfo, (struct TagItem *) &tag));
  13. }
  14.